From dce5dbf05162c7f1eee7cee49596d2b54424d318 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Sat, 10 Mar 2007 16:59:57 +0000 Subject: [PATCH] Simple fix to the man page for xm block-attach. It currently says to use "ro" or "rw" for the mode, when it seems, empirically, to take "r" or "w" for the mode, respectively. Update the man page to reflect that. Signed-off-by: Chris Lalancette --- docs/man/xm.pod.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1 index 3cd8b80ac6..90dab93d9a 100644 --- a/docs/man/xm.pod.1 +++ b/docs/man/xm.pod.1 @@ -619,7 +619,7 @@ devices, or by device id, such as 0x1400 (/dev/hdc device id in hex). =item I The access mode for the device from the guest domain. Supported modes -are I (read/write) or I (read-only). +are I (read/write) or I (read-only). =item I -- 2.30.2